home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pascal Super Library
/
Pascal Super Library (CW International)(1997).bin
/
LIBRARY
/
TOOLPAS2
/
PLOTLIB.PAS
< prev
next >
Wrap
Pascal/Delphi Source File
|
1990-01-31
|
133b
|
13 lines
unit PlotLib;
interface
uses CRT, GRAPH;
{$i \tinc\plotlib.int}
implementation
{$i \tinc\plotlib.inc}
end.